home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************/
- /* LEXTOKE.H: Symbols for tokenization lexical classes.
- */
- #define INV 0 /* Invalid Chars Not allowed in an SGML name. */
- #define REC 1 /* Record Boundary RS and RE. */
- #define SEP 2 /* Separator Space and TAB. */
- #define NMC 3 /* NAMECHAR . _ Period, underscore (plus NMS, NUM). */
- #define NMS 4 /* NAMESTRT Lower and uppercase letters */
- #define NU 5 /* NUMERAL Numerals */
- #define EOB 6 /* NONCHAR 28 End disk buffer. */
- /******************************************************************************/